home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / julia / README < prev    next >
Encoding:
Text File  |  1995-05-03  |  997 b   |  33 lines

  1.  
  2.  
  3. Written by Ronald Joe Record (rr@sco.com) 18 Mar 1993
  4.  
  5. INTRO
  6. -----
  7.  
  8. BUILD
  9. -----
  10.  
  11. To build the julia and mandel binaries, either use the Imakefile or the 
  12. sample makefile - Makefile.std. To build with the Imakefile, first type
  13. "xmkmf" or "imake -DUseInstalled -I/usr/lib/X11/config" if your system 
  14. doesn't have xmkmf. Then just type "make" and the julia binary will be
  15. built. To create the mandel binary, type "ln julia mandel" as it is just
  16. a link. 
  17.  
  18. The manual pages can be formatted by typing "nroff -man julia.man > julia.doc" 
  19. and "nroff -man mandel.man > mandel.doc".
  20.  
  21. INSTALL
  22. -------
  23.  
  24. To install julia, copy the julia binary to the desired location (the sample
  25. makefiles put it in /usr/local/bin)
  26. Copy the formatted man page to wherever you keep your local doc (i use
  27. /usr/man/cat.LOCAL for imaging software), then add that location
  28. to your MANPATH.
  29.  
  30. Ideas, comments, additions, deletions, suggestions, bug reports, code review,...
  31. e-mail Ronald Record at rr@sco.com or ...uunet!sco!rr.
  32.  
  33.